<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
/* å³ä¾§ */
.new_main_right {
  width: 363px;
  background-color: #fbeada;
}
.new_main_right h3 {
  width: 100%;
  height: 50px;
  background-color: #f0e4d9;
  color: #666;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}
.new_main_right .intro {
  padding: 22px 20px 13px 20px;
  border-bottom: 1px solid #eadcd1;
  display: flex;
  flex-wrap: wrap;
}
.new_main_right .intro li {
  margin-right: 18px;
  margin-bottom: 15px;
}
.new_main_right .intro li:nth-child(4n) {
  margin-right: 0;
}
.new_main_right .intro li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.new_main_right .intro li a img {
  width: 65px;
  height: 65px;
  margin-bottom: 3px;
}
.new_main_right .intro li a span {
  width: 65px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.fz12 {
  font-size: 12px !important;
}
.more {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
}
.more li {
  width: 50%;
  height: 78px;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.more li:nth-child(2n) {
  border-left: 0;
}
.more li a,
.more li a img {
  width: 100%;
  height: 100%;
}
/* å®šä½å¯¼èˆª */
.nav_fix {
  position: fixed;
  bottom: 0;
  right: 0;
  border: 1px solid #c9dbe5;
}
.nav_fix li {
  width: 66px;
  height: 66px;
  border-bottom: 1px solid #c9dbe5;
  background-color: #fff;
  position: relative;
}
.nav_fix li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.nav_fix li img {
  width: 34px;
  height: 34px;
  margin-bottom: 4px;
}
.nav_fix li span {
  color: #89b6cf;
  font-size: 11px;
}
.nav_fix li:last-child {
  border-bottom: 0;
}
.lh {
  line-height: 8px;
}
.ani {
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  font-size: 12px;
  text-align: center;
  line-height: 66px;
  padding: 0 8px;
  display: none;
}
#us {
  left: -178px;
}
/* -------footer */
.new_footer {
  width: 100%;
  background-color: #000000;
  overflow: hidden;
  margin-top: 15px;
}

.footer_main {
    width: 1050px;
    margin: 0 auto;
    max-width: 1200px;
}
.footer_top {
    display: none;
  background-color: #1a1a1a;
  padding-top: 31px;
  padding-bottom: 40px;
}
.f_top {
  display: flex;
  justify-content: space-between;
}
.f_category {
  width: 240px;
}
.f_category h6 {
  display: flex;
  align-items: center;
  color: #777777;
  font-size: 14px;
}
.f_category h6 .f_bg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
.f_category .f_fri {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.f_category .f_fri a {
  color: #fefefe;
  font-size: 12px;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 5px;
}
.new_footer .f_bot {
  padding-bottom: 43px;
}
.f_bot ul {
  width: 100%;
  overflow: hidden;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
}
.f_bot ul li {
    float: left;
  width: 65px;
  height: 65px;
  margin: 14px 0;
  border: 1px dashed #7b7b7b;
  margin-right: 20px;
  display: inline-block;
}
.f_bot ul li:nth-child(10n) {
  /*margin-right: 0;*/
}
.f_bot ul li img {
  width: 100%;
  height: 100%;
}
.f_us {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_us a {
  color: #d2d2d2;
  font-size: 14px;

  text-decoration: none;
}
.f_us span {
  display: inline-block;
  width: 2px;
  height: 10px;
  background-color: #d2d2d2;
  margin: 0 8px;
}
.f_desc {
  color: #616161;
  font-size: 12px;
  margin-top: 18px;
  line-height: 17px;
  padding: 0 50px;
  text-align: center;
}
</pre></body></html>